@import url("https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:wght@400;500;600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');


#cart-count{
    position: absolute;
    top: -8px; /* Смещение сверху */
    right: 20px; /* Смещение справа */
    background-color: red; /* Цвет фона */
    color: white; /* Цвет текста */
    font-size: 12px; /* Размер текста */
    font-weight: bold; /* Жирный текст */
    border-radius: 50%; /* Круглая форма */
    padding: 2px 6px; /* Отступы внутри счётчика */
    display: flex;
    justify-content: center;
    align-items: center;
}


body{
    font-family: 'Marck Script', cursive;
    font-family: 'Montserrat', sans-serif;
     overflow-x: hidden;
}


.header{
    display: block;
    margin-top: 10px;
    width: 86%;
    margin:0 auto;   
} 
.nav-bar {
	position: absolute;
	background-color:rgb(17, 116, 45);
	top: 0;
	right: 100%;
	height: 100vh;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: position 2.9s;
	-webkit-transition: position 2.9s;
	-moz-transition: position 2.9s;
	-ms-transition: position 2.9s;
	-o-transition: position 2.9s;
}
.toggle {
	left: 0;
	box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
}
.toggle-menu {
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 1.4em;
	right: 20px;
	width: 30px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
    padding: 2px 2px 2px 3px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

    

.line {
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background-color: #000000;
	transition: transform 0.2s ease-out;
	-webkit-transition: transform 0.2s ease-out;
	-moz-transition: transform 0.2s ease-out;
	-ms-transition: transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
}

.toggle .line1 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .line2 {
	display: none;
}

.toggle .line3 {
	background-color: #000000;
	transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
}

.toggle .toggle-menu {
	background-color: white;
}

.nav-list {
	list-style: none;
    padding-left:0 ;
}

.nav-list-item {
	text-align: center;
	padding: 20px 0;
}

.nav-link {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}
/* Стили для кнопки "Перейти в корзину" */
.swal2-confirm {
    border: none !important;
    background-color: #3BC749 !important; /* зеленый цвет кнопки */
    color: white !important; /* белый цвет текста */
    font-weight: bold !important; /* жирный шрифт */
    padding: 12px 30px !important; /* отступы для кнопки */
    border-radius: 5px !important; /* скругленные углы */
    font-size: 16px !important; /* размер шрифта */
    box-shadow: none !important; /* убираем тень */
}

.swal2-cancel {
    border: none !important;
    background-color: #808080 !important; /* серый цвет для кнопки "Отмена" */
    color: white !important;
    padding: 12px 30px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    box-shadow: none !important; /* убираем тень */
}

/* Для изменения стиля модального окна */
.swal2-popup {
    background-color: #fefefe !important; /* светлый фон для окна */
    border-radius: 10px !important; /* скругленные углы окна */
    padding: 20px !important; /* отступы в окне */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; /* тень для окна */
}


.nav-link::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.4s ease-in-out;
	transform-origin: left;
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
}

.nav-link:hover::before {
	transform: scaleX(1);
}
.nav{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
}
.nav-item a:hover {
    color: #3BC749;
    transition: .2s ease color;
}
.nav-item{
    margin: 50px;
    font-size: 1.42vw;
    font-weight: 400;
}
.nav-link1{
    color: #000000;
    text-decoration: none;
}
.nav-link-list{
    font-size: 1.42vw;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 34px;
    background-color:  #3BC749;
    border-radius: 3px;    
}
.parent-container {
    text-align: center; /* Центрирование по горизонтали */
}

.nav-link-list1 {
    display: inline-block;
    font-size: 2vw;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 44px;
    background-color: #3BC749;
    border-radius: 3px;
}


.nav-item-cart {
    position: relative;
    margin-left: 70px;
    padding-right: 20px;
    width: 3vw;
}
.header-logo{
    width: 15%;
}
.nav-item-list:hover{
    box-shadow: 0 15px 15px rgba(34, 121, 18, 0.3);
    transition-duration: 0.2s;
    transition: all .2s ease;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}
.main{
    display: grid;
    grid-template-columns: 20% 36% 40%;
    grid-gap: 2%;
    width: 86%;
    margin: 0 auto;
    margin-top: 3vw;
}
.acor-container {
   width: 100%; 
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-size: 1.1vw;
}
.acor-container .acor-body p {
    margin: 0 0 10%;
    border-bottom: 1px solid #ABA9A9; 
    padding-bottom: 8%;
}
.paras{
    text-decoration: none;
    color: #000;
}
.paras1{
    text-decoration: none;
    color: #000;
}
.acor-container label {
    display: block;
    padding: 8% 0px;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box; 
    border-bottom: 1px solid #ABA9A9; 
    font-size: 1.1vw;
    margin: 0 0 2%;
}
.acor-container .acor-body p:hover{
    color: #3BC749;
    transition: all .3s ease;
}
.acor-container label:hover {
    color: rgb(0, 0, 0);
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #ffffff;
    color: #3BC749;
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 10% 4% ;
}
.cart-form-lite{
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
}
.form-cart{
    width: 100%;
    height: 27vw;
}
.form-cart1{
    width: 100%;
    height: 14vw;
}
.history-back{
    width: 86%;
    display: flex;
    margin: auto;
    text-decoration: none;
    color: #3BC749;
    align-items: flex-end;
    font-size: 1.5vw;
}
.history-back:before{
    content: '\2329';
    margin-right: 0.4vw;
}
.tes :hover{
    transform: scale(1.02);
    transition: 0.5s ease;
}
.smar{
    font-weight: 600;
    font-size: 2.4vw;
    color: #216B2D;
    margin: 0;
}
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px;
    background-color: green;
    color: white;
  }
  
.dep{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
}
.set{
    display: flex;
    align-items: baseline;
}
.price1{
    font-size: 3vw;
    font-weight: 500;
    margin: 0;
}
.price3{
    font-size: 4vw;
    font-weight: 500;
    margin: 0;
}
.price{
    font-size: 1vw;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    padding: 12px 34px;
    background-color:  #3BC749;
    border-radius: 3px;
    margin: 0;  
}

.price2{
    text-decoration: none;
    color: #ffffff;
}
.size{
    font-weight: 500;
    font-size: 1.6vw;
    color: #000000;
}
.size1{
    border: 1px solid #9b9b9b;
    background-color: white;
    color: #767676;
    font-weight: 500;
    font-size: 1.5vw;
    width: 100%;
    outline: none;
    padding: 5px 10px;
    margin-top: 2vw;
}
.size0{
    border: 1px solid #c7c7c7;
    background-color: white;
    color:#767676;
    font-weight: 500;
    font-size: 1.5vw;
}
.size2{
    font-weight: 500;
    font-size: 1.2vw;
    margin: 0 ;  
    margin-top: 1vw;
}
.size5{
    font-weight: 500;
    font-size: 1.2vw;
    margin: 0 ; 
}
.size3{
    font-size: 1.2vw;
}
.sun1{
    width: 17%;
}
.manager{
    font-weight: 500;
    font-size: 2vw;
    color: #216B2D;
    display: flex;
    justify-content: center;
    margin-top: 5vw;
}
.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8vw;
  } 
.quantity-input{
    width: 100%;
    height: 1.6vw;
}
.minus-btn{
    color: #767676;
    height: 2vw;
    border: none;
    margin-right: 0.6vw;
    width: 2.4vw;
}
.plus-btn{
    color: #767676;
    height: 2vw;
    border: none;
    margin-left: 0.6vw;
    width: 2.4vw;
}
.quantity-input{
    padding-left: 1.5vw;
}
.cart__quantity {
	position: absolute;
	margin-top: -10px;
	background-color: #de707b;
	border-radius: 100%;
	padding: 0.1vw;
	color: #fff;
	font-size: 1.1vw;
	min-height: 1.3vw;
	min-width: 1.3vw;
	display: inline-flex;
	justify-content: center;
}
.footer{
    font-family: 'Montserrat', sans-serif;
    padding-top: 110px;
    padding-bottom: 80px;
    
}
.top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.icons{
    display: flex;
    align-items: center;
    margin: 10px 0px 0px ; 
}
.icons > * + * {
    margin-left: 55px;
}
.icons1{
    width: 100%;
}
.icons2{
    width: 100%;
}
.icons3{
    width: 100%;
}
.after-logo{
    margin: 0px;
    font-weight: 400;
    font-size: 0.97vw;
}
.kontakt1{
    margin: 0;
    font-weight: 400;
    font-size:  0.97vw;
}
.kontakt{
    font-weight: 500;
    margin: 0px;
    font-size:  1.5vw;
}
.our{
    font-weight: 500;
    font-size: 1.5vw;
    margin: 0px;
}

@media (max-width:1810px){
    .header{
        margin: 0;
        width: 95%;
    }
}
@media (max-width:1480px){   
    .nav-item{
        margin: 40px;
    }
    .nav-item-cart {
        margin-left: 20px;
    }
    #cart-count {
        right: 15px;
    }
    

}
@media (max-width: 1226px){
    .nav-link-list{
        display: none;
    }
}
@media (max-width: 1000px){
    .size1:after{
        margin-left: 15vw;
}
    .after-logo{
        font-size: 1.4vw;
    }
    .kontakt1{
        font-size: 1.4vw;
    }
}
 @media (max-width: 960px){
    .top {
        flex-wrap: wrap; 
    }
    .icons1{
        width: 70%;
    }
    .icons2{
        width: 70%;
    }
    .icons3{
        width: 70%;
    }
    .top{
        padding: 0;
        width: 98%;
    }
    .footer-logo1{
        width: 130px;
    }
    .kontakt1{
        margin-top: 5px;
    }
    .acor-container{
        display: none;
    }
    .main {
        display: grid;
        grid-template-columns: 47% 51%;
        grid-gap: 2%;
        width: 98%;
    }
    .size3 {
        font-size: 1.7vw;
    }
    .description-h1 {
        font-size: 3.2vw;
    }
    .price1 {
        font-size: 4vw;
    }
    .price3 {
        font-size: 6vw;
    }
    .price {
        font-size: 1.3vw;
        padding: 10px 26px;
    }
    .size {
        font-size: 1.9vw;
    }
    .size1 {
        font-size: 1.7vw;
    }
    .size2 {
        font-size: 1.7vw;
    }
    .sun1 {
        margin-top: 4.5vw;
    }
    .size5 {
        font-size: 1.7vw;
    }
    .form-cart{
        height: 40vw;
    }
    .form-cart1{
        height: 20vw;
    }
    .minus-btn{
        height: 2.5vw;
    }
    .plus-btn{
        height: 2.5vw;
    }
}
@media (max-width:880px){
    .header{
        margin: 0;
        width: 100%;
    }
    .footer{
        padding-top: 50px;
    }
    #cart-count {
        right: 8px;
    }
}
@media (max-width:847px){
    .top3{
        margin-top: 20px;
    }
}
@media (max-width:760px){
    .nav-item{
        display: none;
    }
    .nav-link-list{
        display: none;
    }

    .top{
        padding: 0;
    }
    .icons > * + * {
        margin-left: 30px;
    }
    .footer-logo1{
        width: 110px;
    }
    .nav-item-cart{
        margin-left:0px;
        padding-right: 0px;
        left: 10px;
        position: absolute; 
        margin-top: -2.2vw;
        width: 5%; 
    } 
    .nav{
        justify-content: center;
        padding: 0;
        align-items: center;
    }
    .nav-item{
        margin: 0px;
    }
    #cart-count {
        right: -10px;
    }
    
   
}
@media (min-width:760px){
    .toggle-menu {
        display: none;}
}
 @media (max-width:680px) {
    .footer{
        padding-top: 30px;
    }
    .footer-logo1{
        width: 25vw;
    }
    .top2{
        margin-right: 65px;
    }
    .top1{
        margin-right: 45px;
        margin-bottom: 20px;
    }
    .size0{
        font-size: 2.5vw;
    }
    .after-logo{
        font-size: 2.6vw;
    }
    .size5 {
        font-size: 4vw;
    }
    .manager {
        font-size: 4vw;
        margin: 2vw;
        margin-top: 5vw;
    }
    .kontakt1{
        font-size: 2.6vw;
        margin-bottom: 20px;
    }
    .kontakt{
        font-size: 3.2vw;
    }
    .our{
        font-size: 3.2vw;
    }
    .main{
        display: block;
    }
    .form-cart {
        margin-top: 5vw;
        height: 85vw;
    }
    .form-cart1 {
        height: 42vw;
    }
    .cart-form-lite{
        margin-top: 1vw;
    }
    .smar{
        font-size: 7vw;
        margin-top: 3vw;
    }
    .price3 {
        font-size: 9vw;
    }
    .price1 {
        font-size: 6vw;
    }
    .price {
        font-size: 2.8vw;
    }
    .size {
        font-size: 4vw;
    }
    .size1 {
        font-size: 2.5vw;
    }
    .size2 {
        font-size: 4vw;
    }
    .size3 {
        font-size: 4.2vw;
    }
    .sun1{
        margin: 0;
        width: 13%;
    }
    .plus-btn {
        height: 7vw;
        width: 10vw;
        margin-left: 2vw;
    }
    .minus-btn {
        height: 7vw;
        width: 10vw;
        margin-right: 2vw;
    }
    .quantity-input {
        height: 4vw;
    }
    #cart-count {
        right: -14px;
    }   
    .quantity {
        margin-top: 2vw;
}
}
@media (max-width:550px){
    .after-logo{
        font-size: 3vw;
    }
    .kontakt1{
        font-size: 3vw;
    }
    .kontakt{
        font-size: 4vw;
    }
    .our{
        font-size: 4vw;
    }
    .manager {
        font-size: 4vw;
    }
}
@media (max-width:540px){
    .icons1{
        width: 70%;
    }
    .icons2{
        width: 70%;
    }
    .icons3{
        width: 70%;
    }
    .icons > * + * {
        margin-left: 8px;
    }
    .decor-angel{
        font-size: 5vw;
    }
    .decor{
        font-size: 5vw;
    }
}
@media (max-width:1000px){
    .after-logo{
        font-size: 1.4vw;
    }
    .kontakt1{
        font-size: 1.4vw;
    }
}
@media (max-width:550px){
    .after-logo{
        font-size: 4vw;
    }
    .header-logo {
        width: 23%;
    }
    .kontakt1{
        font-size: 4vw;
    }
    .kontakt{
        font-size: 4.4vw;
    }
    .our{
        font-size: 4.4vw;
    }
    .uk-cart{
        height: 26px;
        width: 26px;
    }
}
@media (max-width:380px){
    .after-logo{
        font-size: 4vw;
    }
    .kontakt1{
        font-size: 3.5vw;
    }
    .kontakt{
        font-size: 4vw;
    }
    .our{
        font-size: 4vw;
    }
}
@media (max-width:540px){
    .icons > * + * {
        margin-left: 40px;
    }
}
@media (max-width:500px){
    .toggle-menu {
        top: 18px;
        height: 17px;
        width: 17px;
    }
    .footer{
        padding-top: 18px;
    }
    .price {
        font-size: 3.5vw;
        padding: 8px 22px;
    }
    .size1 {
        font-size: 4vw;
    }
    .size0 {
        font-size: 3.5vw;
    }
}
@media (max-width:430px) {
    .nav-item-cart{
        width: 6%;
    }
}
@media (max-width:380px){
    .size5 {
        font-size: 3.2vw;
    }
}
@media (max-width:340px){
    .toggle-menu {
        top: 15px;    
    }
}
















